Redo style class handling
authorMatthias Clasen <mclasen@redhat.com>
Mon, 19 Aug 2013 18:40:22 +0000 (14:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 19 Aug 2013 18:42:18 +0000 (14:42 -0400)
commit64d0ecaec823f9ea1e4364a84850ecb46ce5c171
treef8ea792aee8ef5bf5d9875170eccfc6594197243
parent27cb50b48c642d4040e6fed264836ed6c246b67c
Redo style class handling

We should set the appropriate style classes when we have
constructed the content and know if it is a label, an image,
or both. Doing this in the convenience constructors is
problematic for language bindings, and misses out when the
content is changed after construction.
gtk/gtkbutton.c